home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TDIRBUILDDLG / TDIRBUILDDLG.txt
Text File  |  2005-06-02  |  1KB  |  58 lines

  1. object DirBuildDlg: TDirBuildDlg
  2.   Left = 223
  3.   Top = 505
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'En cours...'
  7.   ClientHeight = 88
  8.   ClientWidth = 247
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 91
  28.     Height = 13
  29.     Caption = 'Balayage des dossiers...'
  30.   end
  31.   object ProgressLabel: TLabel
  32.     Left = 16
  33.     Top = 32
  34.     Width = 225
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = '%'
  38.     ShowAccelChar = False
  39.   end
  40.   object CancelBtn: TButton
  41.     Left = 84
  42.     Top = 56
  43.     Width = 73
  44.     Height = 23
  45.     Cancel = True
  46.     Caption = 'Annuler'
  47.     ModalResult = 2
  48.     TabOrder = 0
  49.     OnClick = CancelBtnClick
  50.   end
  51.   object Timer1: TTimer
  52.     Interval = 250
  53.     OnTimer = Timer1Timer
  54.     Left = 4
  55.     Top = 48
  56.   end
  57. end
  58.